INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c213ed89491af14b96158e1b86bfe1c48b8778004de05381599c1a7180326fc7', 
    '0sc27Y1S4fTzqki/B+J/V5Y/xhS/APqRGvsrNFooWe8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00016

Result

int(1)