INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3e5a837b5d45c7882e6d72f3c1127613a43f88f8092bd9c033c6e6322ed7f74e', 
    'AUpQqi40KqY4WRs7j5gUhJwu00i7tUILeSCncMhoQxs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00052

Result

int(1)